crypto/internal/fips140/sha3.Digest.n (field)

13 uses

	crypto/internal/fips140/sha3 (current package)
		sha3.go#L35: 	n, rate int
		sha3.go#L66: 	d.n = 0
		sha3.go#L77: 	d.n = 0
		sha3.go#L87: 	d.a[d.n] ^= d.dsbyte
		sha3.go#L107: 		x := subtle.XORBytes(d.a[d.n:d.rate], d.a[d.n:d.rate], p)
		sha3.go#L108: 		d.n += x
		sha3.go#L112: 		if d.n == d.rate {
		sha3.go#L132: 		if d.n == d.rate {
		sha3.go#L136: 		x := copy(out, d.a[d.n:d.rate])
		sha3.go#L137: 		d.n += x
		sha3.go#L193: 	b = append(b, byte(d.n), byte(d.state))
		sha3.go#L226: 	d.n = n